Script Library: 1238 scripts
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 
FTPGadget Package Script
ftpgadget-package.rv:0.0.1
771 bytes
3 Jul 2006
Package script for FTPGadget
author: Gregg Irwin
Run Script from FTP
ftpdo.r
 documentation
390 bytes
13 Mar 2003
Do a REBOL script via FTP.
author: [unknown]
loose feel for dragging faces
feel-loose.rv:0.2.1
5.5 KB
18 Aug 2020
Add dragging capability to any face. Inspired by Red.
author: Marco Antoniazzi
Test Dot Graphviz with com2Rebol
graphviz2rebol.rv:0.0.2
1.6 KB
5 Apr 2006
REBOL COM.interfacing with WinGraphviz
author: Ph. Le Goff
Document Generator
generate-doc.r
 documentation
15.7 KB
13 Mar 2003
XMLish doc generator using parse-XML
author: Daan Oosterveld
Geek Within Automated Helper
geekwithin.r1.8 KB
15 Jun 2004
Defines a helpful assistant (unlike Microsoft's) that actually shows where to click to perform a set of instructions Meant to be plugged-in to existing Rebol/View applications
author: Bohdan Lechnowsky
generate syntx
gen-syntx.r1.6 KB
9 Jan 2004
generate the list of defined 'words separated by their 'type I used the list as a basis for syntax coloring in an editor works with versions before core 2.5.5 but does not return natives in core 2.5.5 works with some since then as well
author: Tom Conlin
GeoRSS converter
georss.r24.5 KB
7 Oct 2009
Converts GeoRSS xml to GPX/KML/OziExplorer formats
author: pijoter
Get REBOL resources
get-rebol-ressources.rv:0.3.1
7.9 KB
20 Nov 2010
Get REBOL resources. Download files on local drive. Use parse with rules REBOL concept. So very easy to add new resources to download.
author: nicolas
glayout - GLASS-based layout engine
glayout.rv:0.5.4
141.6 KB
16 Nov 2006
replace vid dialect layout while keeping its basic featureset
author: Maxim Olivier-Adlhoch
GLayout demo
glayout-demo.rv:0.9.1
22.4 KB
10 Jul 2009
Demonstration of GLayout's features and capabilities.
author: Maxim Olivier-Adlhoch
Guess the number
guess-the-number.r1.7 KB
12 Oct 2014
This game will ask you to enter a number and will then say if it is more or less than a predefined random number with best ability and worst luck you will need (log in base 2 of MAX) tries to guess the number (if you are interested in this google Binary search [...]
author: Caridorc
REBOL Mezzanine Functions: Help
help.r6.5 KB
8 Dec 2006
enhance original help with a secure way of showing functions in paths of objects and ports and show information about ports similar to objects
author: [unknown]
Full REBOL Header
headfull.rv:0.1.2
2.3 KB
13 Mar 2003
Shows the optional definitions that can be used within a REBOL header.
author: Carl Sassenrath
Half-life log parser
hllogparser.r5.8 KB
4 Mar 2004
Allows a rebol script to parse server logs from the game: Half-life
author: Cal Dixon
Help Patch
help-system.rv:0.0.1
7.2 KB
20 Nov 2003
Allows to add the following info to functions: return: [datatypes to be returned] category: [a function category e.g. math series] author: [author initials email what you want
author: Ingo Hohmann
Hide E-Mail Addresses by using Javascript
hide-email-addresses.rv:1.0
2.5 KB
3 Jun 2005
This will take a web page and find all the mailto:aaa@bbb and convert the addresses to variables for use in Javascript. This effectively 'hides' the addressess from webbot e-mail address harvesters. Note: This script expects the opening tag (<a href="mailto:...">) and the closing tag (</a>) to be on one or at [...]
author: Gordon Raboud
HOF
hof.rv:1.0.1
23.2 KB
13 Mar 2003
Higher Order Functions and series manipulators
author: Jan Skibinski
Library History
history.rv:1.0.1
2.1 KB
13 Mar 2003
Show file change dates for the REBOL public library. Click on a file to view it.
author: Carl Sassenrath
Simple HTTP POST
http-post.r3.6 KB
13 Mar 2003
This script sends a form to a webserver using the POST method. The included example translates a string in English to German by posting the data to AltaVista's translation web page and then parsing the reply.
author: Martin Johannesson